<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(css/style.css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-color: #8590a6 #e7eaf1;
  scrollbar-width: thin;
}
html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased
}
body {
  color: #9ca0ad;
  font-family: OPPOSans2, 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 15px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F3F4F7;
  padding: 0;
  margin: 0;
  line-height: 1.6em
}
p {
  line-height: 1.9em;
  font-weight: 400;
  font-size: 16px;
  white-space: normal;
  word-break: break-all;
  color: #393E46;
}
a {
  text-decoration: none
}
a:link, a:visited {
  opacity: 1;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  color: #222831;
}
a:active, a:hover {
  color: #364cc6
}
h2, h3, h4 {
  text-rendering: optimizeLegibility;
  margin: 2rem 0
}
strong {
  font-weight: 700
}
img, video {
  max-width: 100%;
  height: auto
}
ul ul {
  margin: .4em 0
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
::-webkit-scrollbar-track-piece {
  background-color: #e7eaf1
}
::-webkit-scrollbar {
  width: 5px;
  height: 10px
}
::-webkit-scrollbar-thumb {
  background: #8590a6;
  border-radius: 2px;
  border: 0
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.con {
  display: none;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 15px;
}
.con i {
  color: #222;
  font-size: 20px;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0
}
.mobile-sidebar {
  width: 75%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #fdfbfb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .mobile-sidebar {
    width: 300px;
  }
}
.mobile-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.mobile-sidebar-header {
  padding: 0.5rem 0;
  text-align: right;
}
#mico-close {
  width: 45px;
  text-align: center;
  font-size: 26px;
}
.mobile-sidebar-header .btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.mobile-sidebar-header .btn-group i {
  font-size: 20px;
  margin: 10px;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none
}
.navbar-nav li {
  position: relative;
  padding: .5rem 1rem;
}
.navbar-nav li a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: .375rem .125rem;
}
.navbar-nav .sub-nav {
  padding: 0 0 .25rem 1.75rem;
  display: none;
  position: relative;
  padding: 0.5rem 0;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
  box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
}
.navbar-nav .sub-nav li {
  margin: 0;
  padding: 0;
}
.navbar-nav .sub-nav li a {
  font-size: .875rem;
  padding: .75rem 1rem;
  opacity: .6;
}
.navbar-nav li ul, #divNavBar li ul {
  display: none;
}
.navbar-nav li em[class*="dot"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.navbar-nav li em[class*="dot"] .mico-arrow-down {
  font-size: 18px;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 48px;
  line-height: 48px;
  top: 0;
  left: 0;
}
.navbar-nav li em[class*="dot"] .mico-arrow-down.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-post, .main-single {
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}
.main {}
.content, .single-content {
  height: auto;
  margin: 0 auto;
  max-width: 1330px;
  width: 96%;
}
a.logo-text {
  font-size: 25px;
  line-height: 60px;
}
a.logo-text {
  color: #222831;
}
a.logo-text:hover {
  opacity: .8
}
a.logo-text img {
  max-height: 50px;
  margin-top: 20px;
}
.header {
  width: 100%;
  background-color: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
  min-height: 0;
  -moz-transition: min-height, .5s;
  -o-transition: min-height, .5s;
  -webkit-transition: min-height, .5s;
  transition: min-height, .5s;
}
.header.slideUp {
  top: -70px;
}
.navbar-item a i {
  margin-right: 3px
}
.page-top {
  max-width: 1330px;
  width: 96%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.page-top .menu {
  list-style: none;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0
}
.page-top .menu li {
  position: relative;
  display: initial;
  float: left;
  display: block;
  padding: 10px 0 10px 40px;
  font-size: 16px;
}
.page-top .menu li a {
  color: #222831;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  padding: 1.2rem 0;
}
.page-top .menu li .sub-nav li {
  padding: 0;
  float: none;
}
.page-top .menu .sub-nav li a {
  color: #222831;
  font-size: .875rem;
  padding: .5rem 1rem .5rem 1.5rem;
  position: relative;
  display: block;
}
.page-top .menu li.on &gt; .sub-nav {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.page-top .menu .sub-nav {
  position: absolute;
  min-width: 200px;
  background: #fff;
  border-radius: 10px;
  top: 100%;
  left: .5rem;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  clip: rect(1px, 1px, 1px, 1px);
  padding: .5rem 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.page-top .menu a:hover {
  color: #364cc6 !important;
  opacity: 1;
}
.page-top .menu a.selected {
  color: #364cc6 !important;
}
.page-top .menu li em[class*="dot"] {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 16px;
}
.page-top .menu li em[class*="dot"] .mico-arrow-down {
  font-size: 16px;
  width: 16px;
  display: block;
}
.page-top .menu li .mico-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.page-top .menu li:hover .mico-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header_search {}
.header_search button {
  padding: 4px 0 4px 10px;
  background: 0;
  border: 0;
  color: #222831;
  transition: .5s
}
.header_search button:hover {
  color: #364cc6
}
.header_search button i {
  font-size: 20px;
}
.open .mico-search:before {
  content: "\e741";
}
#search-form {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}
#search-form.open {
  max-height: 60px
}
.header.open {
  min-height: 260px;
  overflow: hidden;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px
}
#search-form input[type=search] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: #f4f5f9;
  border: none;
  border-radius: 10px 0 0 10px
}
#search-form input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #364cc6;
  border: none;
  border-radius: 0 10px 10px 0;
  cursor: pointer
}
.box-middle {
  float: left;
  width: 100%;
}
.post-list, .post-page {
  margin-left: 280px;
  margin-right: 280px;
}
.post, .block-wrap {
  background-color: #fff;
  margin: 0 20px 20px 20px;
  padding: 20px 20px 1px;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
  border-radius: 10px;
}
.block-wrap {
  padding: 0;
  overflow: hidden;
}
.post:first-child {
  border-radius: 0 0 10px 10px
}
.post.index:first-child {
  border-radius: 10px
}
.place {
  background-color: #fff;
  margin: 0 20px 0 20px;
  padding: 0 20px;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
  border-bottom: 1px solid #f3f3f3;
  border-radius: 10px 10px 0 0;
  line-height: 45px;
  font-size: 0.8rem;
}
.post strong {
  color: #364cc6;
}
.post h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.post h2 a {
  vertical-align: middle;
}
.post-list p {
  margin: 20px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #868695;
}
.post {
  margin-bottom: 15px;
}
.post a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #222831;
}
.post a:hover {
  color: #364cc6;
}
.post .post-img {
  width: 33.328%;
  float: left;
  display: inline;
  margin: 0 1rem 0 0;
  overflow: hidden;
}
.post .post-img a, .post .post-img-three li a {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 10px
}
.post .post-img a img, .post .post-img-three li a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post .post-img-three .imgrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.post .post-img-three li {
  list-style-type: none;
  float: left;
  min-height: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.328%;
  position: relative;
}
.post .post-footer {
  background: #fff;
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  padding: 10px 0;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}
.post .post-footer .meta {
  max-width: 100%;
  height: 25px;
  color: #9ca0ad
}
.post .post-footer .meta .info-left {
  float: left;
}
.post .post-footer .meta .info-left .date {
  margin-right: 10px
}
.post .post-footer .meta .info-right {
  float: right;
}
.post .post-footer .meta a {
  text-decoration: none;
  color: #9ca0ad;
}
.post .post-footer .meta a:hover {
  opacity: .8
}
.post .post-footer .meta i {
  margin-right: 6px
}
.isTop {
  padding: 3px 4px;
  font-size: 12px;
  margin-right: 5px;
  background: #f92900;
  color: #fff;
  border-radius: 2px;
  font-weight: 400;
  vertical-align: middle;
}
/*上一篇下一篇*/
.nextinfo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(51, 51, 51, 0.65);
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #eee;
}
.infosbox {
  padding-bottom: 5px;
}
.nextinfo p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nextinfo p span {
  font-size: 14px;
}
.nextinfo p.prev {
  margin-left: 0;
  margin-right: 8px;
  text-align: left;
}
.nextinfo p.next {
  margin-left: 8px;
  margin-right: 0;
  text-align: right;
}
.nextpro {
  overflow: hidden;
  position: relative;
  border-radius: 10px !important;
  padding: 0 !important
}
.nextpro .next, .nextpro .prev {
  position: relative;
}
.nextpro .prev {
  float: left;
  width: 50%;
}
.nextpro .next {
  float: right;
  width: 50%;
  text-align: right;
}
.nextpro .prev span {
  float: left;
}
.nextpro .next span {
  float: right;
}
.nextpro .post-overlay {
  position: relative;
  overflow: hidden;
  height: 100px;
  -webkit-transition: all 444ms ease-in-out;
  -moz-transition: all 444ms ease-in-out;
  transition: all 444ms ease-in-out;
}
.nextpro .post-overlay:hover {
  opacity: .8;
}
.nextpro .background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px;
}
.background-img:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s cubic-bezier(.4, .01, .165, .99);
}
.nextpro .post_text {
  position: relative;
  color: #fff;
  width: 100%;
  min-height: 70px;
  padding: 20px;
}
.nextpro .post_text h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 30px;
  font-weight: 400;
}
.nextpro .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 页码 */
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.pageload {
  padding: 0;
  position: relative;
  height: 43px;
  margin: 0 20px 20px;
}
.pageload .view-more-button, .pageload .page-load-status p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background: #f1f3f5;
  letter-spacing: 0;
  color: #666;
}
.pageload .view-more-button {
  padding: 0
}
.pageload .view-more-button p {
  padding: 10px 20px;
  letter-spacing: 0;
}
.pageload .view-more-button {
  cursor: pointer;
}
.pageload .page-load-status p {
  z-index: 1;
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pageload .aload_img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px;
}
.pageload .aload_img img {
  width: 16px;
  height: 16px;
  -webkit-animation: loadingRotate .5s linear infinite forwards;
  animation: loadingRotate .5s linear infinite forwards;
}
.pagelist a, .pagelist b {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  margin: 0 0 10px 5px;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
  background: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.pagelist a:hover {
  color: #19585d;
}
.pagelist b {
  background: #364cc6;
  color: #fff;
  font-weight: normal
}
.post-like {
  text-align: center;
  overflow: hidden;
  margin: 20px 0 30px 0;
  vertical-align: middle
}
.post-like .dotGood {
  background: #ff3e46;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  min-width: 100px;
  padding: 8px 20px;
  margin: 0 auto;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle
}
.post-like .dotGood:hover {
  background: #ff3e46
}
.post-like .dotGood span {
  font-size: 18px !important;
  vertical-align: middle
}
.to-top {
  text-align: center;
  line-height: 56px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  display: block;
  margin-top: 4px;
  color: #292929;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
  z-index: 999;
  display: none;
}
.to-top.active {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 30px;
  display: block;
}
.to-top em {
  display: none
}
.to-top:hover {
  background-color: #364cc6;
  color: #fff
}
.to-top i {
  font-size: 26px
}
.post-page {
  box-shadow: none;
}
.post-page .post-content p, .post-page .post-content video {
  margin-bottom: 10px;
}
.post-page .post-content p img, .post-page .post-content video {
  border-radius: 10px;
  max-width: 100% !important;
  height: auto !important
}
.post-content a:link {
  color: #364cc6
}
.tags {
  padding: 20px 0;
}
.tags a {
  background-color: #f4f5f9;
  border-radius: 3px;
  font-size: 14px;
  padding: 2px 8px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.tags a:hover {
  background-color: #364cc6;
  color: #fff;
}
.post-single, .related-list, .nextpro {
  background-color: #fff;
  margin: 0 20px 20px 20px;
  color: #444;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
}
.post-single .post-title {
  font-size: 21px;
  color: #444;
  padding-top: 1px;
  text-transform: uppercase
}
.post-single .post-title h1 {
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem 0;
  font-size: 1.17em;
  color: #222831;
}
.post-single .post-info {
  font-size: 12px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.post-single .post-info .single-meta {
  max-width: 100%;
  color: #bbb
}
.post-single .post-info .single-meta a {
  text-decoration: none;
  color: #bbb;
}
.post-single .post-info .single-meta a:hover {
  opacity: .8
}
.post-single .post-info .single-meta i {
  margin-right: 6px
}
.post-single .post-info .date {
  margin-right: 10px
}
#divCatalog li:before, #divPrevious li:before, #divLinkage li:before, #divNavBar li:before, #divComments li:before, #divAuthors li:before, #divFavorites li:before, #divStatistics li:before {
  content: "\e736";
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #333;
  font-family: mcico;
  display: inline-block;
  vertical-align: top;
}
#divLinkage ul li, #divFavorites ul li, #divStatistics ul li, #divArchives ul li, #divMisc ul li, #divAuthors ul li {
  float: left;
  width: 50%;
  display: block;
}
#divSearchPanel .function_t {
  display: none;
}
#divSearchPanel {
  margin: 0;
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
}
#divSearchPanel form {
  border: 1px solid #448EF6;
  background: #448EF6;
  border-radius: 0 5px 5px 0;
  position: relative;
}
#divSearchPanel input[type="submit"] {
  border: 0;
  background: 0;
  color: #fff;
  outline: none;
  position: absolute;
  top: 10px;
  right: 9%
}
#divSearchPanel input[type="text"] {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  padding-left: 10px;
  outline: none
}
#divContorPanel {
  padding-bottom: 30px;
}
#divContorPanel div {
  text-align: center;
}
#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 4px;
  padding: 4px 8px;
}
#divCalendar {
  padding: 20px;
}
#divCalendar div {
  margin-bottom: 0;
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
  border: 1px solid #eee
}
#divCalendar caption {
  line-height: 36px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
#divCalendar caption a {
  font-size: 15px;
  color: #123
}
#divCalendar thead {
  background: #f6f7f8
}
#divCalendar th {
  height: 36px
}
#divCalendar td {
  height: 36px;
  text-align: center
}
#divCalendar td a {
  font-weight: 700;
  color: #123
}
#divCalendar td a:hover {
  color: #f63
}
/* 社交按钮 */
.sidebar-navigation {
  text-align: center;
  margin: 20px 0;
}
.sidebar-navigation .sns-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  line-height: 28px;
  cursor: pointer;
  transition: .5s;
  margin: 0;
  margin: 2px
}
.sidebar-navigation .sns-icon:hover {
  opacity: 0.8
}
.sidebar-navigation .qq {
  color: #3d93e0;
}
.sidebar-navigation .weibo {
  color: #e24040;
}
.sidebar-navigation .bilibili {
  color: #fb7299;
}
.sidebar-navigation .github {
  color: #3a3a3a;
}
.sidebar-navigation .rss {
  color: #ffb048;
}
.sidebar-navigation .weixin {
  color: #20b767;
  position: relative
}
.sidebar-navigation .twitter {
  color: #1da1f2;
}
.sidebar-navigation .facebook {
  color: #3b57a0;
}
.sidebar-navigation .instagram {
  color: #df016f;
}
.sidebar-navigation .pinterest {
  color: #c9161c;
}
.sidebar-navigation .kuaishou {
  color: #ff9000;
}
.sidebar-navigation .douyin {
  color: #271a27;
}
.sidebar-navigation .momo {
  color: #0b6fcf;
}
.sidebar-navigation .zhihu {
  color: #0f88eb;
}
.sidebar-navigation a.weixin .weixincode {
  position: absolute;
  bottom: 50px;
  left: -40px;
  z-index: 999;
  display: none;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 8px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sidebar-navigation a.weixin:hover .weixincode {
  display: block;
}
#sidebar-left {
  float: left;
  width: 280px;
  margin-left: -100%;
}
#sidebar-right {
  width: 280px;
  float: right;
  margin-left: -280px;
}
.is-sticky #sidebar-left {
  margin-left: 0;
}
.sticky-wrapper {
  float: left;
  width: 280px;
  margin-left: -100%;
}
.sticky-wrapper #sidebar-left {
  margin-left: 0;
}
#divMisc {
  padding-top: 1.5em;
}
#side-new-about-item .function_t {
  display: none
}
#side-new-about-item, #side-new-about-user, #sidebar-mobile-user {
  text-align: center;
}
#side-new-about-item .content, #side-new-about-user .content, #sidebar-mobile-user .content {
  position: relative;
  width: 100%;
}
#side-new-about-item .side-title, #side-new-about-user .side-title, #sidebar-mobile-user .side-title {
  display: none;
}
.sidebar#side-new-about-item, .sidebar#side-new-about-user, #sidebar-mobile-user {
  padding: 0;
}
#side-new-about-item #about-bg, #side-new-about-user #about-bg, #sidebar-mobile-user .about-bg {
  height: 125px;
}
#side-new-about-item .avatar img, #side-new-about-user .avatar img, #sidebar-mobile-user .avatar img {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .125);
  width: 82px;
  height: 82px;
}
#side-new-about-item .text, #side-new-about-user .text {
  margin: 55px 20px 0;
}
#side-new-about-item .text h2, #side-new-about-user .text h2, #sidebar-mobile-user .text h2 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500;
  color: #42434a
}
#side-new-about-user .text .author_t, #sidebar-mobile-user .text h2 span {
  padding: 3px 6px;
  border-radius: 2px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4740), color-stop(#ffa069), color-stop(#ffab55), to(#ff6c40));
  background-image: -o-linear-gradient(left, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-image: linear-gradient(to right, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-size: 300% 100%;
  font-size: 12px;
}
#side-new-about-item .text p, #side-new-about-user .text p, #sidebar-mobile-user .text p {
  font-size: 13px;
  margin: 8px 0 0;
  empty-cells: hide;
  color: #7a7a7a;
  line-height: 1.5
}
#side-new-about-item .card-info-data, #side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  display: table;
  padding: 15px 5px 0;
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  margin-bottom: 20px
}
#side-new-about-item .card-info-data-item, #side-new-about-user .card-info-data-item, #sidebar-mobile-user .card-info-data-item {
  display: table-cell;
}
#side-new-about-item .card-info-data-item .length_num, #side-new-about-user .card-info-data-item .length_num, #sidebar-mobile-user .card-info-data-item .length_num {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
#side-new-about-user .card-info-data-item:hover .length_num {
  color: #034eff;
}
#side-new-about-item .card-info-data-item .headline, #side-new-about-user .card-info-data-item .headline {
  color: rgba(68, 68, 68, .65);
}
.widget {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
  overflow: hidden;
}
.widget h3.function_t {
  font-size: 18px;
  margin: 1em 0 1.2em 0;
  padding: 0 20px 15px;
  color: #222831;
  font-weight: 500;
  border-bottom: 1px solid #F3F3F3;
}
.widget h3.function_t:before {
  display: inline-block;
  z-index: 1;
  content: " ";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f92900 !important;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 18px 0 #fbc606, 36px 0 #448ef6;
  box-shadow: 18px 0 #fbc606, 36px 0 #448ef6;
  float: right;
  top: 24px;
  right: 56px;
  border-color: transparent;
}
.widget ul {
  margin: 0;
  list-style: none;
  padding: 0 1.5em 1rem 1.5rem;
  margin-bottom: -10px;
  overflow: hidden;
}
.widget ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #eee;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.widget ul li h4 {
  font-size: 15px;
  margin: 0 0 5px;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
#side-hot-view-item ul, #side-hot-cmt-item ul, #side-new-article-item ul, #side-tui-article-item ul {
  padding: 0;
  margin-bottom: 8px;
}
#side-hot-view-item ul li, #side-hot-cmt-item ul li, #side-new-article-item ul li, #side-tui-article-item ul li {
  white-space: normal;
  margin: 0 20px;
  padding: 0;
  border: 0;
}
.widget-list-item .list-footer {
  margin-bottom: 10px;
}
.widget#divComments ul li:last-child, .widget#divPrevious ul li:last-child, .widget#divCatalog ul li:last-child, .widget#divNavBar ul li:last-child, .widget#side-new-comment-item ul li:last-child {
  border: 0;
}
.widget#divNavBar ul li ul li, .widget#divCatalog ul li ul li {
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px dotted #eee !important;
  border-bottom: 0px dotted #eee;
}
.widget ul li a {
  font-weight: 400
}
.widget ul li a:hover {
  color: #364cc6 !important
}
.widget img {
  max-width: 100%;
  height: auto;
  transition: .5s
}
.widget#divTags ul {
  overflow: hidden;
  margin: -5px -5px 5px -5px;
}
.widget#divTags ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
}
#divTags li a {
  display: block;
  background: #9DA0B3;
  border: 1px solid #9DA0B3;
  float: left;
  padding: 2px 10px;
  margin: 4px;
  border-radius: 16px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF !important
}
#divTags ul li:nth-child(5n) a {
  background: #E8BA00;
  border: 1px solid #E8BA00;
}
#divTags ul li:nth-child(5n+1) a {
  background: #108F01;
  border: 1px solid #108F01;
}
#divTags ul li:nth-child(5n+2) a {
  background: #364CC6;
  border: 1px solid #364CC6;
}
#divTags ul li:nth-child(5n+3) a {
  background: #FF4B19;
  border: 1px solid #FF4B19;
}
#divTags ul li:nth-child(5n+4) a {
  background: #A60CEB;
  border: 1px solid #A60CEB;
}
#side-new-comment-item .alignleft {
  display: inline;
  float: left;
  width: 24px;
  height: 24px
}
.widget-comments-avatar {
  margin-right: 15px
}
.widget-comments-entry {
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#side-new-comment-item .avatar {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin: 6px 8px 0 0
}
.widget-list {
  position: relative;
  overflow: hidden
}
.widget-list-item {
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-size: 14px;
  list-style: none
}
.widget .widget-post-list img {
  height: 66px;
  width: 80px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget .widget-post-list {
  float: left;
  overflow: hidden;
  height: 66px;
  border-radius: 10px;
  margin: 0 10px 20px 0;
}
.widget .widget-post-list-item .list-footer {
  color: #9ca0ad;
  font-size: 12px;
}
.widget .list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
/*相关文章*/
.related-list ul {
  overflow: hidden;
  margin: 0 10px
}
.related-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0
}
.related-list li i {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  float: none;
}
.related-list li i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related-list li:hover img {
  transform: scale(1.05);
}
.related-list li p {
  margin-top: 3px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.related-list, .comments {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
  margin: 0 20px 20px 20px;
  position: relative;
  padding: 0;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
}
.comments-area {
  margin-bottom: 30px
}
.psbo-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #222831;
  z-index: 0;
  margin: 0 0 15px 0;
  padding: 20px;
  border-bottom: 1px solid rgba(150, 150, 150, .18)
}
.comment-respond {
  padding: 1.5rem;
  overflow: hidden;
}
.comment-reply-title {
  font-size: 18px;
  color: #292929;
  margin: 0 0 20px;
  font-weight: 600
}
.comment-list {
  padding: 0 1.5rem 0 1.5rem;
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  position: relative;
}
ul.msg li {
  list-style-type: none;
}
ul.msg img.avatar {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 65px;
}
ul.msg small {
  color: #a6a6a6;
}
ul.msg small #cancel-reply {
  float: right;
}
ul.msg small .revertcomment a {
  color: #fff;
  background: #364cc6;
  padding: 0 5px;
  line-height: 20px;
  display: none;
  border-radius: 3px
}
ul.msg:hover small .revertcomment a {
  display: block;
}
ul.msg small .revertcomment {
  position: absolute;
  right: 0;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg:nth-last-child(3) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-form input {
  width: 50%
}
.form-submit {
  margin-top: 5px;
  float: right
}
.form-submit input {
  display: inline-block;
  width: auto;
  font-size: 14px
}
.comment-form-author, .comment-form-email {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
  padding-bottom: 10px;
  line-height: 0 !important
}
.comment-form-url {
  float: left;
  width: 33.33%;
  line-height: 0 !important
}
.comment-form-author.comment-form50, .comment-form-url.comment-form50 {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.comment-form-code, .comment-form-email.comment-form50 {
  float: left;
  width: 50%;
  padding-right: 0;
  line-height: 0 !important;
  position: relative;
}
.comment-form-code img {
  position: absolute;
  right: 4px;
  top: 7px;
  height: 30px;
  width: auto;
}
.comment-form-author i, .comment-form-email i, .comment-form-url i, .comment-form-code i {
  position: absolute;
  padding: 0 10px;
  line-height: 47px;
  height: 45px;
  color: #292929;
  font-size: 10px;
  z-index: 2;
  font-size: 14px;
  display: block
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-code input {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  height: 45px;
  box-sizing: border-box;
  background: #fff;
  width: 100%
}
.comment-form-author input:hover, .comment-form-email input:hover, .comment-form-url input:hover, .comment-form-code input:hover {
  background: #fff
}
.comment-respond textarea {
  resize: none;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fff;
}
.comment-respond textarea:hover {
  background: #fff
}
button, input, textarea {
  -webkit-appearance: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
.comments input[type=submit], button {
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
  border: 1px solid #364cc6;
  border-radius: 10px;
  padding: 4px 20px;
  color: #fff;
  cursor: pointer;
  background: #364cc6;
  height: 42px;
  transition: .5s
}
.comments input[type=submit]:hover {
  opacity: .8
}
#comments-nav {
  margin: 2% 0;
  text-align: center;
  display: flex;
  justify-content: center
}
#footer {
  clear: both;
  text-align: center;
  padding: 20px 0 20px 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(158, 158, 158, .22);
}
#footer p {
  margin: 0;
  padding: 0;
  color: #868695;
  text-transform: uppercase;
  font-size: 12px
}
#footer a {
  color: #9ca0ad;
}
@media screen and (max-width:1024px) {
  #sidebar-left {
    display: none
  }
  .post-list, .post, .post-page, .post-single, .posts-navigation, .comments, .place, .related-list, .nextpro, .block-wrap {
    margin-left: 0;
  }
  .post .post-img a, .post .post-img-three li a {
    padding-bottom: 70%;
  }
}
@media screen and (max-width:960px) {
  a.logo-text img {
    max-height: 40px;
  }
  .main-post, .main-single {
    margin-top: 80px;
  }
  .con {
    display: block
  }
  #sidebar-right {
    display: none
  }
  .page-top {
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .post-title h2 {
    line-height: 1.6
  }
  .post h2 {
    font-size: 1.1rem
  }
  .post-single .post-title {
    font-size: 18px
  }
  .content, .single-content {
    width: 100%;
    z-index: 2;
    padding: 0 15px;
  }
  .header {
    background-color: #fff;
    height: 60px
  }
  #logo-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto
  }
  .logo-text {
    text-align: center;
    padding: 0;
    margin: 0 auto
  }
  .header_search button {
    padding: 4px 15px 4px 10px;
  }
  #search-form {
    top: 80px;
  }
  #search-form.open {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .header.open {
    min-height: 175px;
  }
  .page-top .menu li {
    display: none
  }
  .post-single {
    margin-top: 30px
  }
  .donate_box {
    width: 300px;
    padding: 20px 10px
  }
  .doimg img {
    width: 120px;
    margin: 0
  }
  .share-icons {
    margin-bottom: -100px
  }
  .post-list, .post-page {
    max-width: 100%;
    width: 100%
  }
  .post, .post-single, .posts-navigation, .comments, .related-list, .nextpro, .block-wrap {
    margin: 0 0 20px 0
  }
  .place {
    margin-right: 0;
  }
  li.msgarticle {
    padding-left: 15px;
  }
}
@media screen and (max-width:767px) {
  .post-list p {
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }
  .related-list li {
    width: 50%;
    padding: 0 5px;
  }
}
@media screen and (max-width:480px) {
  .post h2 {
    font-size: 1rem;
    -webkit-line-clamp: 1;
  }
  .post .post-img {
    margin-right: 0.5rem;
  }
  .main-post, .main-single {
    margin-top: 70px;
  }
  .post, .post-single, .posts-navigation, .comments, .nextpro, .block-wrap, .related-list {
    margin: 0 0 10px 0;
  }
  .post {
    padding: 10px 10px 1px;
  }
  .post .post-footer {
    padding: 5px 0 0 0;
  }
  .content, .single-content {
    padding: 0 10px;
  }
  .place {
    padding: 0 10px;
    line-height: 40px;
  }
  .single-content .place {
    padding: 0 15px;
    line-height: 45px;
  }
  .post-single {
    padding: 10px 15px;
  }
  .post-single .post-title h1 {
    margin: 0.5rem 0 1rem 0;
  }
  .comment-respond, .psbo-title {
    padding: 15px;
  }
  .comment-list {
    padding: 0 15px;
  }
}
@media screen and (max-width:375.1px) {
  .main-post, .main-single {
    margin-top: 70px;
  }
  .info-right {
    display: none;
  }
  .post, .post.index:first-child, .block-wrap, .comments, .related-list, .nextpro, .post-single, .place {
    border-radius: 0 !important;
  }
  .content, .single-content {
    padding: 0;
  }
  .post, .post-single, .posts-navigation, .comments {
    margin: 0 0 10px 0;
  }
}</pre></body></html>